{ "version": 4, "terraform_version": "1.7.9", "serial": 405, "lineage": "967b3a4b-c503-bf62-5e6b-6cb60ed78fe4", "outputs": { "db_endpoint": { "value": "db-0.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-020160348fcbfb5c6", "ami": "ami-63c33d29", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c6663418"], "subnet_id": "subnet-a19ebd72", "key_name": "prod-deploy-key" } } ] } ] }