{ "version": 4, "terraform_version": "1.6.4", "serial": 382, "lineage": "574d375e-bf89-6144-bedd-46afdbaad3b3", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bec928cb9763fd4f7", "ami": "ami-1a43d7b5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-145703f8"], "subnet_id": "subnet-14e312cd", "key_name": "prod-deploy-key" } } ] } ] }