{ "version": 4, "terraform_version": "1.5.9", "serial": 147, "lineage": "2750d231-1853-9700-df2b-5b6ee668c7a1", "outputs": { "db_endpoint": { "value": "db-1.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-bd1c3a88ddc3969a0", "ami": "ami-dac36990", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-97bd6f06"], "subnet_id": "subnet-9a959eff", "key_name": "prod-deploy-key" } } ] } ] }