{ "version": 4, "terraform_version": "1.8.2", "serial": 257, "lineage": "f95c03aa-c046-9e9e-7ad5-8afeb7268d21", "outputs": { "db_endpoint": { "value": "db-2.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-be8791b324ca0ef30", "ami": "ami-66d6908e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-421feb48"], "subnet_id": "subnet-ea54c4c2", "key_name": "prod-deploy-key" } } ] } ] }