{ "version": 4, "terraform_version": "1.6.6", "serial": 156, "lineage": "6e268356-1506-2960-794c-c1f32ac3d28a", "outputs": { "db_endpoint": { "value": "db-2.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-73859180f49947296", "ami": "ami-eb2c51a0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ebebfb0f"], "subnet_id": "subnet-7e7cfb48", "key_name": "prod-deploy-key" } } ] } ] }