{ "version": 4, "terraform_version": "1.6.1", "serial": 263, "lineage": "1a5e929c-e59c-b5bb-236f-b29883c190ff", "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-adb5b0d79418a4087", "ami": "ami-4c90d0b6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6f464c08"], "subnet_id": "subnet-0a6b7699", "key_name": "prod-deploy-key" } } ] } ] }