{ "version": 4, "terraform_version": "1.6.2", "serial": 223, "lineage": "55459d77-f1dd-d202-ec3a-40de48640f42", "outputs": { "db_endpoint": { "value": "db-3.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-7cf17a94c0ee1afcb", "ami": "ami-337f85b4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-394a08d5"], "subnet_id": "subnet-31502d43", "key_name": "prod-deploy-key" } } ] } ] }