{ "version": 4, "terraform_version": "1.7.1", "serial": 275, "lineage": "c897082e-3817-0e7a-78d3-c96ce19b45a7", "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-3e9ab6d13d7b2c03c", "ami": "ami-6f777c81", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e33179b4"], "subnet_id": "subnet-d7dc52a9", "key_name": "prod-deploy-key" } } ] } ] }