{ "version": 4, "terraform_version": "1.8.0", "serial": 235, "lineage": "792881cf-3195-6faf-40e3-d01992d7b931", "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-a70a8c1ef6d2589a1", "ami": "ami-02619537", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dc1424f2"], "subnet_id": "subnet-e740f0d3", "key_name": "prod-deploy-key" } } ] } ] }