{ "version": 4, "terraform_version": "1.5.1", "serial": 341, "lineage": "73c8af39-cff8-8d3f-aa9c-2e4aa0e6e175", "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-43c08ad4d6e4637bf", "ami": "ami-d2dda32d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3d202a3f"], "subnet_id": "subnet-8f7cf245", "key_name": "prod-deploy-key" } } ] } ] }