{ "version": 4, "terraform_version": "1.6.9", "serial": 369, "lineage": "f98eb43b-bd65-6f39-bc0c-2e212fe36982", "outputs": { "db_endpoint": { "value": "db-4.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-5544fbabeef5c4013", "ami": "ami-e257b212", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a6ef79bf"], "subnet_id": "subnet-ad68b8fd", "key_name": "prod-deploy-key" } } ] } ] }