{ "version": 4, "terraform_version": "1.6.7", "serial": 451, "lineage": "d1f9c541-fdc2-2e97-ecc7-1e5f302fc79d", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-07214d3ec3f0b86d2", "ami": "ami-f774af34", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9bd4a4cd"], "subnet_id": "subnet-8cf7522d", "key_name": "prod-deploy-key" } } ] } ] }