{ "version": 4, "terraform_version": "1.6.6", "serial": 574, "lineage": "acb6d220-369c-5bf8-3eec-51997adc4f35", "outputs": { "db_endpoint": { "value": "db-1.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-e1c71a7d2acd01e4a", "ami": "ami-5dd3cb02", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff92e06e"], "subnet_id": "subnet-3714c383", "key_name": "prod-deploy-key" } } ] } ] }