{ "version": 4, "terraform_version": "1.7.3", "serial": 523, "lineage": "6969e225-1e8e-aef4-083d-2efe6fdf2dbc", "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-b1ca47a824225a423", "ami": "ami-859681d3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-01906882"], "subnet_id": "subnet-382512f1", "key_name": "prod-deploy-key" } } ] } ] }