{ "version": 4, "terraform_version": "1.7.7", "serial": 132, "lineage": "79454805-7d06-2bc2-9936-ca3e9ad4ea19", "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-2c8564698e2c899f0", "ami": "ami-401a79de", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b76936db"], "subnet_id": "subnet-bc40392c", "key_name": "prod-deploy-key" } } ] } ] }