{ "version": 4, "terraform_version": "1.5.8", "serial": 440, "lineage": "6c9e8e43-f7aa-ed8c-fc81-7593945bb247", "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-c765ba01f9ff40609", "ami": "ami-44b6b63b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d6b25dd0"], "subnet_id": "subnet-5cf1badc", "key_name": "prod-deploy-key" } } ] } ] }