{ "version": 4, "terraform_version": "1.8.9", "serial": 157, "lineage": "d1285925-334c-6d67-fb40-453f65ea148a", "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-286417fa782cb095f", "ami": "ami-ce97a17c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-97e863ec"], "subnet_id": "subnet-9602c931", "key_name": "prod-deploy-key" } } ] } ] }