{ "version": 4, "terraform_version": "1.5.4", "serial": 103, "lineage": "526e7ff2-b730-864b-feed-f4af76a1269b", "outputs": { "db_endpoint": { "value": "db-2.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-8b27b0e51b7cf0d68", "ami": "ami-8e1098e8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-48459fac"], "subnet_id": "subnet-a922ad25", "key_name": "prod-deploy-key" } } ] } ] }