{ "version": 4, "terraform_version": "1.8.2", "serial": 165, "lineage": "c071780a-9dce-dd88-6091-5ffa9c697999", "outputs": { "db_endpoint": { "value": "db-3.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-a7d54444aa27baba4", "ami": "ami-c02f0d8c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0caac438"], "subnet_id": "subnet-20315e5a", "key_name": "prod-deploy-key" } } ] } ] }