{ "version": 4, "terraform_version": "1.5.2", "serial": 344, "lineage": "77e6c825-5305-17c1-5ca7-c8b9a1f73cfe", "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-91439a4c10db5f098", "ami": "ami-cf9e9113", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-743fb04d"], "subnet_id": "subnet-cdfc304e", "key_name": "prod-deploy-key" } } ] } ] }