{ "version": 4, "terraform_version": "1.6.4", "serial": 103, "lineage": "f63c8503-72b2-f933-5b92-8fe2a76f45a6", "outputs": { "db_endpoint": { "value": "db-3.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-0f48919ae5adb8170", "ami": "ami-96425bdb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ac36d238"], "subnet_id": "subnet-3b39f2da", "key_name": "prod-deploy-key" } } ] } ] }