{ "version": 4, "terraform_version": "1.7.8", "serial": 184, "lineage": "a19098ef-d646-4be6-a38b-e245937078bc", "outputs": { "db_endpoint": { "value": "db-1.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-d49292471574eb6e9", "ami": "ami-ca7bef65", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d6c5fbe5"], "subnet_id": "subnet-4c4db080", "key_name": "prod-deploy-key" } } ] } ] }