{ "version": 4, "terraform_version": "1.5.4", "serial": 483, "lineage": "8a2b3eca-11f2-64dc-48c4-f829e1e6e75e", "outputs": { "db_endpoint": { "value": "db-3.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-b48be258a706323a0", "ami": "ami-52f8c484", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-97e15a0b"], "subnet_id": "subnet-4d87c118", "key_name": "prod-deploy-key" } } ] } ] }