{ "version": 4, "terraform_version": "1.7.3", "serial": 198, "lineage": "daff6e16-06fe-219a-e7ec-6a30e7b5c35b", "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-6add66e1f374e5178", "ami": "ami-18bbc056", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7ae630ea"], "subnet_id": "subnet-ac5b1548", "key_name": "prod-deploy-key" } } ] } ] }