{ "version": 4, "terraform_version": "1.5.2", "serial": 548, "lineage": "4b7bbf85-70bf-a08d-dc53-9f43592a3d97", "outputs": { "db_endpoint": { "value": "db-2.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-eb5bbe579966d52ea", "ami": "ami-b13e687b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-11ba5732"], "subnet_id": "subnet-26987559", "key_name": "prod-deploy-key" } } ] } ] }