{ "version": 4, "terraform_version": "1.6.6", "serial": 458, "lineage": "874a28aa-a955-af88-29a3-73e83e356396", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-c69b2169062546941", "ami": "ami-01c37a9f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d438349e"], "subnet_id": "subnet-9b4ee1b9", "key_name": "prod-deploy-key" } } ] } ] }