{ "version": 4, "terraform_version": "1.6.4", "serial": 103, "lineage": "03be9b15-616a-e212-e80b-f75ad7e85a6c", "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-c0ee7bc931c0353eb", "ami": "ami-603c6309", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e9e61746"], "subnet_id": "subnet-8fdb5433", "key_name": "prod-deploy-key" } } ] } ] }