{ "version": 4, "terraform_version": "1.6.7", "serial": 582, "lineage": "7e344250-b976-c095-6a76-fd7c931fd67a", "outputs": { "db_endpoint": { "value": "db-1.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-44e7eaa89ac8b58e1", "ami": "ami-42285e17", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe10470f"], "subnet_id": "subnet-7e2cc6a5", "key_name": "prod-deploy-key" } } ] } ] }