{ "version": 4, "terraform_version": "1.6.6", "serial": 422, "lineage": "fa0fa61f-8d16-3073-6bed-460ec097501e", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-381cef069a958e3b1", "ami": "ami-415863bf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6966b63e"], "subnet_id": "subnet-ae6ce549", "key_name": "prod-deploy-key" } } ] } ] }