{ "version": 4, "terraform_version": "1.5.2", "serial": 315, "lineage": "b014a2ae-4565-977b-6155-19a5be5fa821", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-e7f59cfe953aeba17", "ami": "ami-b15ccc06", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c9523506"], "subnet_id": "subnet-78f97ce0", "key_name": "prod-deploy-key" } } ] } ] }