{ "version": 4, "terraform_version": "1.5.2", "serial": 580, "lineage": "095a4c0d-c057-745c-dc40-257a27ae7cdb", "outputs": { "db_endpoint": { "value": "db-4.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-b4fd1d47a060e4ddd", "ami": "ami-c71c73c6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-697a0457"], "subnet_id": "subnet-5e11ee4e", "key_name": "prod-deploy-key" } } ] } ] }