{ "version": 4, "terraform_version": "1.6.0", "serial": 528, "lineage": "d51b3280-8c47-71af-04bd-73a618e9ef57", "outputs": { "db_endpoint": { "value": "db-0.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-2888692844aa2c855", "ami": "ami-284cb51e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1eb534fd"], "subnet_id": "subnet-804bac56", "key_name": "prod-deploy-key" } } ] } ] }