{ "version": 4, "terraform_version": "1.7.1", "serial": 469, "lineage": "c06992a2-cac1-eb07-82e0-87884e2ae7bb", "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-486eb0da871e0aa7c", "ami": "ami-75c9310a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c65d7744"], "subnet_id": "subnet-ac927831", "key_name": "prod-deploy-key" } } ] } ] }