{ "version": 4, "terraform_version": "1.8.7", "serial": 278, "lineage": "c1d481e7-9172-a040-8a4c-5bf20b04b958", "outputs": { "db_endpoint": { "value": "db-1.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-c5d7f4529eb92d35a", "ami": "ami-9056c35d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0cbf2857"], "subnet_id": "subnet-0072c282", "key_name": "prod-deploy-key" } } ] } ] }