{ "version": 4, "terraform_version": "1.6.3", "serial": 488, "lineage": "e3e7dc1a-27cf-6610-0ead-e64e0c08995f", "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-da6f7626c01eeeb66", "ami": "ami-1954d007", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-69a651cd"], "subnet_id": "subnet-02953cd7", "key_name": "prod-deploy-key" } } ] } ] }