{ "version": 4, "terraform_version": "1.7.5", "serial": 138, "lineage": "1f42be30-6add-9fc2-b692-5ed531d2ebdb", "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-4975fadcb6a6a0278", "ami": "ami-3615a67c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb7911fc"], "subnet_id": "subnet-1d8130dd", "key_name": "prod-deploy-key" } } ] } ] }