{ "version": 4, "terraform_version": "1.5.6", "serial": 182, "lineage": "aba90fd6-cdbb-76d2-02a8-592e6c91f9e1", "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-7665897212e4f2f1e", "ami": "ami-38279f6a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8f25315"], "subnet_id": "subnet-2c7cc30e", "key_name": "prod-deploy-key" } } ] } ] }