{ "version": 4, "terraform_version": "1.7.3", "serial": 271, "lineage": "00c7b114-d984-9f3b-f93e-dc82511dee49", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-29be5b7bc0d68f385", "ami": "ami-a1de1bb2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a70560ad"], "subnet_id": "subnet-d3a7a750", "key_name": "prod-deploy-key" } } ] } ] }