{ "version": 4, "terraform_version": "1.8.4", "serial": 200, "lineage": "e36a03cc-ebc0-c6e4-fe0d-ea4fce64b1fb", "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-5d56f21e3e0e23432", "ami": "ami-79b252e0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ac25c1c"], "subnet_id": "subnet-906ef125", "key_name": "prod-deploy-key" } } ] } ] }