{ "version": 4, "terraform_version": "1.8.6", "serial": 457, "lineage": "a68b1ee2-ada7-c3f5-c81b-cf9a0b1dabed", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5abe01cfd4d1b9a14", "ami": "ami-c991a092", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-62455d2a"], "subnet_id": "subnet-302a695d", "key_name": "prod-deploy-key" } } ] } ] }