{ "version": 4, "terraform_version": "1.7.1", "serial": 449, "lineage": "73b0db72-e253-03e9-c0e5-a40c1e4c40cf", "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-3d9b1398728a3540a", "ami": "ami-bf734e26", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eeda4a59"], "subnet_id": "subnet-84a78c67", "key_name": "prod-deploy-key" } } ] } ] }