{ "version": 4, "terraform_version": "1.7.0", "serial": 126, "lineage": "fb90764b-3dbe-1afa-7ddb-d5ddd256d720", "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-b99d0280ec26670ae", "ami": "ami-a69ba19b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-212ecaca"], "subnet_id": "subnet-ce245b61", "key_name": "prod-deploy-key" } } ] } ] }