{ "version": 4, "terraform_version": "1.8.1", "serial": 318, "lineage": "69abd050-67d8-e1ee-2436-9031b4cbfc65", "outputs": { "db_endpoint": { "value": "db-1.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-e356463589f83d25c", "ami": "ami-a4b7b03d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-87b58d5b"], "subnet_id": "subnet-6fbde551", "key_name": "prod-deploy-key" } } ] } ] }