{ "version": 4, "terraform_version": "1.8.3", "serial": 560, "lineage": "9c9af6df-059b-cfe1-1fe6-f9b8d760744c", "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-768a6f3e8601689a4", "ami": "ami-4df558b1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-37abd161"], "subnet_id": "subnet-44bb9a7c", "key_name": "prod-deploy-key" } } ] } ] }