{ "version": 4, "terraform_version": "1.6.8", "serial": 548, "lineage": "6df23869-10a1-37e4-6de6-3ab40ad1917b", "outputs": { "db_endpoint": { "value": "db-3.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-021e5dd8472ffddaf", "ami": "ami-81bf800f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f42146ac"], "subnet_id": "subnet-33a9739a", "key_name": "prod-deploy-key" } } ] } ] }