{ "version": 4, "terraform_version": "1.5.2", "serial": 225, "lineage": "e1644736-c349-034d-5d0c-d54a06826f33", "outputs": { "db_endpoint": { "value": "db-1.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-65d2be8c9413af2d0", "ami": "ami-34cfac93", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-02c986b0"], "subnet_id": "subnet-db032346", "key_name": "prod-deploy-key" } } ] } ] }