{ "version": 4, "terraform_version": "1.6.0", "serial": 235, "lineage": "2e3e1036-814e-e3dd-8d1b-3f06153567e6", "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-3635b1f1db9af0b30", "ami": "ami-64c39008", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d5a45520"], "subnet_id": "subnet-dcdfce80", "key_name": "prod-deploy-key" } } ] } ] }