{ "version": 4, "terraform_version": "1.5.1", "serial": 260, "lineage": "678b069a-1f3f-61af-e57e-2679f2a8495a", "outputs": { "db_endpoint": { "value": "db-0.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-f1685b38622283887", "ami": "ami-a5151716", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d511cd0"], "subnet_id": "subnet-0e25a659", "key_name": "prod-deploy-key" } } ] } ] }