{ "version": 4, "terraform_version": "1.7.6", "serial": 156, "lineage": "1c949289-e482-d7c8-6e3e-016c9d8c1ef3", "outputs": { "db_endpoint": { "value": "db-0.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-4aec096a5d4473e35", "ami": "ami-2ef45b86", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fea7b7ac"], "subnet_id": "subnet-a2b6ea04", "key_name": "prod-deploy-key" } } ] } ] }