{ "version": 4, "terraform_version": "1.7.6", "serial": 114, "lineage": "019b7bec-86fe-0ab5-a5dc-3d5315848e34", "outputs": { "db_endpoint": { "value": "db-2.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-035ef45d96732032d", "ami": "ami-46f14bf0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec2f771b"], "subnet_id": "subnet-432b7515", "key_name": "prod-deploy-key" } } ] } ] }