{ "version": 4, "terraform_version": "1.5.2", "serial": 475, "lineage": "c09270bd-ac2a-8b92-70e6-23c9563e342d", "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-6808692eefd1bf2c6", "ami": "ami-341c1b7e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-50df6538"], "subnet_id": "subnet-2b19af88", "key_name": "prod-deploy-key" } } ] } ] }