{ "version": 4, "terraform_version": "1.8.4", "serial": 167, "lineage": "2d38324c-c168-ffdb-8e3f-af7fc0a6cced", "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-a6228934dc03f5b23", "ami": "ami-819e28df", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9a34e76"], "subnet_id": "subnet-8d8c6f94", "key_name": "prod-deploy-key" } } ] } ] }