{ "version": 4, "terraform_version": "1.8.2", "serial": 183, "lineage": "6a24fd73-aa54-cf44-3542-20b5e681cb6a", "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-c6137ebc4ccbcbe17", "ami": "ami-87ae232a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ad1b5f6e"], "subnet_id": "subnet-a8182369", "key_name": "prod-deploy-key" } } ] } ] }