{ "version": 4, "terraform_version": "1.7.9", "serial": 342, "lineage": "964cbfca-ebf2-2b08-2333-7e8f34f444b9", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-345450b62a570bda2", "ami": "ami-ef5ff564", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1b3e67bc"], "subnet_id": "subnet-3f23e7ae", "key_name": "prod-deploy-key" } } ] } ] }