{ "version": 4, "terraform_version": "1.5.5", "serial": 285, "lineage": "24ee95c5-a1ae-795c-98de-ba7fa0e832fd", "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-28e2745b56f6c6a05", "ami": "ami-3560a3ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c26b0e63"], "subnet_id": "subnet-65637da0", "key_name": "prod-deploy-key" } } ] } ] }