{ "version": 4, "terraform_version": "1.6.9", "serial": 573, "lineage": "74279d67-9d85-57bc-c2ac-a0e094175db0", "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-21b9d43d087019bfd", "ami": "ami-51a9fe07", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bfd6b023"], "subnet_id": "subnet-d9cd2966", "key_name": "prod-deploy-key" } } ] } ] }