{ "version": 4, "terraform_version": "1.8.3", "serial": 386, "lineage": "3132bc4f-b237-5653-2818-09fe6eeeae78", "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-87a34249b1ade22bc", "ami": "ami-dce1b4e2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-783a1797"], "subnet_id": "subnet-170f7c3f", "key_name": "prod-deploy-key" } } ] } ] }