{ "version": 4, "terraform_version": "1.8.1", "serial": 539, "lineage": "bbc28f05-5e33-a973-f58b-55d4493d1b0b", "outputs": { "db_endpoint": { "value": "db-1.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-05e138da61f40f751", "ami": "ami-242f9406", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d6d2f83a"], "subnet_id": "subnet-e1b1f442", "key_name": "prod-deploy-key" } } ] } ] }