{ "version": 4, "terraform_version": "1.8.3", "serial": 339, "lineage": "4097e405-cbdf-3d00-378f-fcfa3e17f676", "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-8db00794326d433aa", "ami": "ami-875855cf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3ac60902"], "subnet_id": "subnet-4bc487e9", "key_name": "prod-deploy-key" } } ] } ] }