{ "version": 4, "terraform_version": "1.6.2", "serial": 309, "lineage": "dff1c8d6-76c1-3cb8-0437-7801b0c43d4d", "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-543dec690a1117001", "ami": "ami-936f4287", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e9813246"], "subnet_id": "subnet-be09f461", "key_name": "prod-deploy-key" } } ] } ] }