{ "version": 4, "terraform_version": "1.8.7", "serial": 120, "lineage": "0d08cb36-1c86-a013-dcce-f893a99e3aba", "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-1e6de8cf478a94e93", "ami": "ami-ec22bd27", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d3663590"], "subnet_id": "subnet-9e68588b", "key_name": "prod-deploy-key" } } ] } ] }