{ "version": 4, "terraform_version": "1.6.3", "serial": 545, "lineage": "c03beebe-4df4-db46-b953-fb9e48f75d0a", "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-4e1edbbb2df6273b5", "ami": "ami-36fbbdb4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f0c98f70"], "subnet_id": "subnet-861fd537", "key_name": "prod-deploy-key" } } ] } ] }