{ "version": 4, "terraform_version": "1.6.4", "serial": 534, "lineage": "9ffbc02e-62b4-ba7c-82f2-e156f2fbbde4", "outputs": { "db_endpoint": { "value": "db-2.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-e6d30db477b9a6a2e", "ami": "ami-76d8c6ac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5c663220"], "subnet_id": "subnet-c11f612f", "key_name": "prod-deploy-key" } } ] } ] }